.schema-page header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sp-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.sp-head {
  padding-top: 191px;
  padding-bottom: 66px;
  background-color: #00243c;
}

.sp-head h1 {
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.sp-section {
  padding: 75px 0 0;
}

.sp-section .sp-number {
  width: 76px;
  height: 76px;
  color: #000e17;
  font-size: 52px;
  font-weight: 900;
  font-family: "OS-extra";
  margin: 0 auto 23px;
  position: relative;
display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.sp-section .sp-number:after {
  background-color: #ebecf0;
  border-radius: 70px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.sp-section h2 {
  font-size: 36px;
  color: #000e17;
  font-family: "OS-extra";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.sp-section h2.margin-botton{
  margin-bottom: 74px;
}
.sp-content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000e17;
  font-family: "OS-semibold";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.sp-section p{
  color: #000e17;
  font-family: "OS-semibold";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.sp-content-wrapper .left-block {
  width: 49%;
  padding-left: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-content-wrapper .right-block {
  width: 49%;

}

.sp-section ul {
  margin: 32px 0;
}

.sp-section ul li {
  margin-bottom: 5px;
  position: relative;
}

.sp-section .bold {
  font-weight: 700;
  font-family: "OS-bold";
  display: block;
}

.discuss-project .discuss-project-btn {
  width: 100%;
  display: flex;
  margin: 85px auto 0;
  justify-content: center;
  align-items: center;
  max-width: 517px;
  color: #3a3f9a;
  border: 2px solid #3a3f9a;
  font-weight: 700;
  font-family: "OS-bold";
  height: 83px;

}

.sp-block-divider {
 /* display: flex;*/
  display: none;
  justify-content: center;
}
.diver-item .divider-list{
  margin: 0;

}

.divider-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 5px 0 0px !important;
  padding: 0;
}

.diver-item {
  width: 7px;
  height: 7px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 5px;
  border-radius: 15px;
}
.sp-img-block{
  width: 100%;
  margin: 86px 0;
}
.sp-img-block img{
  width: 100%;
  object-fit: cover;

}
.sp-video-block{
  margin-top: 100px;
}
.sp-content-wrapper.sp-reverse{
  flex-direction: row-reverse;
}
.sp-content-wrapper.sp-reverse .left-block{
  padding-left: 0;
  padding-right: 95px;
}
.vert-center{
  display: flex;
  align-items: center;
}
.sp-section:last-child{

}
.right-block img{
  width: 100%;
  object-fit: cover;
}

.sp-slider-wrapper{
  position: relative;
}
.sp-section .sp-slider{
  overflow: hidden;

}
.sp-section .sp-slider .owl-stage{
  display: flex;
}
.sp-section .sp-slide{
  width: 100%;
}
.sp-section .sp-slide img{
  width: 100%;
  object-fit: cover;
}
.sp-slide-wrapper{
  position: relative;
}
.navigate-line{
  width: 4px;
  height: 105px;
  border-radius: 1px;
  background-color: #3ba0ea;
  margin: 15px 0;
}
.sp-slide-wrapper .navigate{
  position: absolute;
  top: calc(50% - 80px);
  left: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-family: "OS-semibold";
  font-size: 20px;
}
.sp-content-wrapper.sp-reverse .sp-slide-wrapper .navigate {
  left:  auto;
  right: 60px;
}
@media (max-width: 1640px) {
  .sp-content-wrapper .left-block{
    padding: 0 15px;
  }

}
@media (max-width: 1400px) {
  .sp-section p{
    font-size: 14px;
    line-height: 28px;
  }
  .sp-content-wrapper{
    font-size: 14px;
    line-height: 28px;
  }
  .sp-section ul{
    margin: 10px 0;
  }

}
@media ( max-width: 1200px) {
  .sp-content-wrapper{
    flex-direction: column-reverse;
  }
.sp-content-wrapper.sp-reverse{
    flex-direction: column-reverse;
  }
  .sp-content-wrapper .left-block{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sp-content-wrapper.sp-reverse .left-block{
    padding-left: 15px;
    padding-right: 15px;
  }
  .sp-content-wrapper .right-block{
    width: 100%;
    margin-bottom: 25px;
  }

}
@media ( max-width: 768px) {

  .sp-head{

    display: flex;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .sp-head h1{
    font-size: 45px;
    line-height: 50px;
  }
  .sp-section{
    padding: 30px 0 0;
  }
  .sp-section .sp-number{
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
  .sp-section h2{
    font-size: 30px;
    margin-bottom: 15px;
  }
  .sp-section h2.margin-botton{
    margin-bottom: 50px;
  }

  .sp-slide-wrapper .navigate{
    left: 20px;
    font-size: 18px;
  }
  .navigate-line{
    height: 70px;
  }
  .sp-img-block .sp-slide-wrapper .navigate{
    right: 20px;
  }
  .sp-content-wrapper.sp-reverse .sp-slide-wrapper .navigate{
    right: 20px;
  }
  .discuss-project .discuss-project-btn{
    height: 60px  ;
    margin:55px auto 0 ;
  }
  .discuss-project{
    padding: 0 15px;
  }
  .divider-list li:nth-child(odd){
    display: none;
  }
  .sp-img-block{
    margin: 50px 0;
  }
  .sp-video-block{
    margin-top: 50px;
  }
}
